From 3db0d06901e8e6c052774000288e65ebe5ae6d07 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 5 Dec 2020 12:15:24 -0500 Subject: [PATCH] Properly remove gtk_window_get_size It was still in the headers and the docs, but did not have an implementation anymore. --- docs/reference/gtk/gtk4-sections.txt | 1 - gtk/gtkwindow.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 909bd1df92..30f93aa872 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -4615,7 +4615,6 @@ gtk_window_get_default_size gtk_window_get_destroy_with_parent gtk_window_get_icon_name gtk_window_get_modal -gtk_window_get_size gtk_window_get_title gtk_window_get_transient_for gtk_window_get_group diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 1c673b4201..06701f8313 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -215,10 +215,6 @@ GDK_AVAILABLE_IN_ALL void gtk_window_get_default_size (GtkWindow *window, int *width, int *height); -GDK_AVAILABLE_IN_ALL -void gtk_window_get_size (GtkWindow *window, - int *width, - int *height); GDK_AVAILABLE_IN_ALL GtkWindowGroup *gtk_window_get_group (GtkWindow *window); -- 2.30.2